Retrospective commit from 2009-1219.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Jan 2010 14:57:27 +0000 (09:57 -0500)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Jan 2010 14:57:27 +0000 (09:57 -0500)
commit4fdcea7ae21f916c1cd4b945d86923f0422d1bd6
tree630af5ae9b311711f76ea601913e44243776a1d3
parentcf17446d733d3516e86a6d56204d4b7beb67b06b
Retrospective commit from 2009-1219.

Fix reordering of Arabic text in etc/HELLO.
Extend .gdbinit commands to support bidirectional display.

 buffer.c (Fbuffer_swap_text): Swap the values of
 bidi_display_reordering and bidi_paragraph_direction.

 bidi.c (bidi_resolve_weak): Fix nesting of conditions for Wn
 processing.  Move W3 after W1 and W2.  Simplify W4 because it is
 now always after W1.

 .gdbinit (pbiditype): New command.
 (pgx): Use it to display bidi level and type of the glyph.
src/.gdbinit
src/ChangeLog.bidi
src/bidi.c
src/buffer.c